#!/usr/bin/env python
import sys
from public import public

public("objectname")
print(sys.modules[__name__].__all__)
